home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master02.dxr / 00333.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  333 b   |  14 lines

  1. on mouseUp
  2.   global k, s60
  3.   if k = 0 then
  4.     set the visible of sprite 20 to 0
  5.     set the visible of sprite 19 to 1
  6.     animate("a02-4hs.wav", 19, "a02-401p.bmp", 8, s60, EMPTY)
  7.     set the visible of sprite 20 to 1
  8.     set the visible of sprite 19 to 0
  9.     set k to 1
  10.     puppetSprite(19, 0)
  11.     puppetSprite(20, 0)
  12.   end if
  13. end
  14.